diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 06:42:46 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-28 06:42:46 +0900 |
| commit | b1b25e670ce12cdd6844db08d08e2e358d374543 (patch) | |
| tree | 1eaa9dc6a6857a50aa63440d4fd7c7ba1a40707d /config/waybar/configs/[TOP] Peony | |
| parent | f593df6b480bb082f4131486822b755c334fedc7 (diff) | |
Collected all extra modules, (except camellia) into waybar/modules for easy management. Same adjusted copy.sh to take effect all clock modules if 12H chosen by user
Diffstat (limited to 'config/waybar/configs/[TOP] Peony')
| -rw-r--r-- | config/waybar/configs/[TOP] Peony | 80 |
1 files changed, 10 insertions, 70 deletions
diff --git a/config/waybar/configs/[TOP] Peony b/config/waybar/configs/[TOP] Peony index c01ab104..f35979d3 100644 --- a/config/waybar/configs/[TOP] Peony +++ b/config/waybar/configs/[TOP] Peony @@ -19,84 +19,24 @@ //"margin-bottom": 5, "width": 1444, -"modules-left": ["hyprland/workspaces#roman", "mpris", "custom/swaync", "tray#peony"], +"modules-left": [ + "hyprland/workspaces#roman", + "mpris", + "custom/swaync", + "tray" + ], -"modules-center": ["clock#peony"], +"modules-center": ["clock#4"], "modules-right": [ - "battery#peony", + "battery", "custom/separator#blank", - "backlight#peony", + "backlight", "custom/separator#blank", "pulseaudio", "custom/separator#blank", "temperature", "custom/separator#blank", - "network#peony"], + "network"], - -//M O D U L E S // - -"clock#peony": { - "interval": 60, - "tooltip-format": "<big>{:%B %Y}</big>\n<tt><small>{calendar}</small></tt>", - //"format": "{:%B | %a %d, %Y | %I:%M %p}", - "format": "{:%B | %a %d, %Y | %H:%M}", - "format-alt": "{:%a %b %d, %G}", -}, - -"wireplumber#peony": { - "format": "{icon} {volume}", - "format-muted": " Mute", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", - "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", - "format-icons": ["", "", "", ""], -}, - -"network#peony": { - "format": "{ifname}", - "format-wifi": "{icon}", - "format-ethernet": "", - "format-disconnected": "", - "tooltip-format": "{ipaddr} {bandwidthUpBytes} {bandwidthDownBytes}", - "format-linked": " {ifname} (No IP)", - "tooltip-format-wifi": "{essid} {icon} {signalStrength}%", - "tooltip-format-ethernet": "{ifname} ", - "tooltip-format-disconnected": " Disconnected", - "max-length": 50, - "format-icons": ["","","","",""] -}, - -"battery#peony": { - "interval": 60, - "align": 0, - "rotate": 0, - //"bat": "BAT1", - //"adapter": "ACAD", - "full-at": 100, - "design-capacity": false, - "states": { - "good": 95, - "warning": 30, - "critical": 15 - }, - "format": "{icon} {capacity}%", - "format-charging": " {capacity}%", - "format-plugged": " {capacity}%", - "format-full": "{icon} Full", - "format-alt": "{icon} {time}", - "format-icons": ["", "", "", "", ""], - "format-time": "{H}h {M}min", - "tooltip": true, - "tooltip-format": "{timeTo} {power}w", - "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", - "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", -}, - -"tray#peony": { - "icon-size": 17, - "spacing": 8, -} }
\ No newline at end of file |
